# Secrets — NEVER commit these
.env

# Python
venv/
__pycache__/
*.pyc

# Local data — recreated automatically on startup
backend/data/legal_assistant.db
uploads/

# Local tooling
tools/
.claude/settings.local.json
hf_upload/
